[INFO] cloning repository https://github.com/aharisu/navi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aharisu/navi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faharisu%2Fnavi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faharisu%2Fnavi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b70934d4b250dee7e536f0b95664cb9a0fb361f
[INFO] fixing aharisu/navi against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faharisu%2Fnavi" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aharisu/navi
[INFO] finished tweaking git repo https://github.com/aharisu/navi
[INFO] tweaked toml for git repo https://github.com/aharisu/navi written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aharisu/navi on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aharisu/navi already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a
[INFO] running `Command { std: "docker" "start" "2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]     Checking navi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
[INFO] [stderr] crater-edition-check: navi v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking navi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]     --> src/compile.rs:1478:9
[INFO] [stdout]      |
[INFO] [stdout] 1478 |     use crate::ptr::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/object.rs:815:9
[INFO] [stdout]     |
[INFO] [stdout] 815 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ptr.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::value::{self, NaviType, TypeInfo};
[INFO] [stdout]   |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/value/tuple.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm`
[INFO] [stdout]   --> src/vm.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::object::mm;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm::ptr_to_usize`
[INFO] [stdout]   --> src/vm.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::object::mm::ptr_to_usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]     --> src/compile.rs:1478:9
[INFO] [stdout]      |
[INFO] [stdout] 1478 |     use crate::ptr::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/object.rs:815:9
[INFO] [stdout]     |
[INFO] [stdout] 815 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ptr.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::value::{self, NaviType, TypeInfo};
[INFO] [stdout]   |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::num`
[INFO] [stdout]    --> src/read.rs:388:9
[INFO] [stdout]     |
[INFO] [stdout] 388 |     use core::num;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::value::*`
[INFO] [stdout]    --> src/value/list.rs:622:9
[INFO] [stdout]     |
[INFO] [stdout] 622 |     use crate::value::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/value/tuple.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm`
[INFO] [stdout]   --> src/vm.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::object::mm;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm::ptr_to_usize`
[INFO] [stdout]   --> src/vm.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::object::mm::ptr_to_usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking navi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/value/app.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/object/schedule.rs:61:23
[INFO] [stdout]     |
[INFO] [stdout]  42 |             match rx.try_recv() {
[INFO] [stdout]     |                   -------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  43 |                 Ok(Envelope::NewObj(obj)) => {
[INFO] [stdout]     |                                     ---
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `obj` calls a custom destructor
[INFO] [stdout]     |                                     `obj` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  61 |                 match obj.upgrade() {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  62 |                     Some(obj) => {
[INFO] [stdout]     |                          ---
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                          `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  65 |                         match obj.borrow_mut().do_work(1000) {
[INFO] [stdout]     |                               ----------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  77 |                         objects.remove(index);
[INFO] [stdout]     |                         ---------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2050:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/object/fixed_size_alloc.rs (9 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value/syntax/match.rs:337:25
[INFO] [stdout]     |
[INFO] [stdout] 335 |                     let v1 = number::make_integer(container_len as i64, obj)?.reach(obj);
[INFO] [stdout]     |                         --
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `v1` calls a custom destructor
[INFO] [stdout]     |                         `v1` will be dropped later as of Edition 2024
[INFO] [stdout] 336 |                     cons_list3(
[INFO] [stdout] 337 |                         value::any::literal::equal().cast_value(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 342 |                 };
[INFO] [stdout]     |                  - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `v1` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/eval.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value/syntax/match.rs:562:23
[INFO] [stdout]     |
[INFO] [stdout] 561 |     let body = body.clone(obj);
[INFO] [stdout]     |         ----
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `body` calls a custom destructor
[INFO] [stdout]     |         `body` will be dropped later as of Edition 2024
[INFO] [stdout] 562 |     list::List::alloc(compile::literal::begin().cast_value(), &body, obj)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 565 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `body` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/value/iform.rs (3 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/vm.rs:720:21
[INFO] [stdout]     |
[INFO] [stdout] 720 |                     code.get_constant(body_index as usize)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 723 |                 .clone()
[INFO] [stdout]     |                  ----- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/vm.rs (4 fixes)
[INFO] [stderr]        Fixed src/err.rs (6 fixes)
[INFO] [stderr]        Fixed src/object/mailbox.rs (1 fix)
[INFO] [stderr]        Fixed src/object/mm.rs (5 fixes)
[INFO] [stderr]        Fixed src/value.rs (12 fixes)
[INFO] [stderr]        Fixed src/object.rs (2 fixes)
[INFO] [stderr]        Fixed src/ptr.rs (6 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/object/schedule.rs:61:23
[INFO] [stdout]     |
[INFO] [stdout]  42 |             match rx.try_recv() {
[INFO] [stdout]     |                   -------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  43 |                 Ok(Envelope::NewObj(obj)) => {
[INFO] [stdout]     |                                     ---
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `obj` calls a custom destructor
[INFO] [stdout]     |                                     `obj` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  61 |                 match obj.upgrade() {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  62 |                     Some(obj) => {
[INFO] [stdout]     |                          ---
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                          `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  65 |                         match obj.borrow_mut().do_work(1000) {
[INFO] [stdout]     |                               ----------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  77 |                         objects.remove(index);
[INFO] [stdout]     |                         ---------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  80 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `obj` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2050:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value/syntax/match.rs:337:25
[INFO] [stdout]     |
[INFO] [stdout] 335 |                     let v1 = number::make_integer(container_len as i64, obj)?.reach(obj);
[INFO] [stdout]     |                         --
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `v1` calls a custom destructor
[INFO] [stdout]     |                         `v1` will be dropped later as of Edition 2024
[INFO] [stdout] 336 |                     cons_list3(
[INFO] [stdout] 337 |                         value::any::literal::equal().cast_value(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 342 |                 };
[INFO] [stdout]     |                  - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `v1` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value/syntax/match.rs:562:23
[INFO] [stdout]     |
[INFO] [stdout] 561 |     let body = body.clone(obj);
[INFO] [stdout]     |         ----
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `body` calls a custom destructor
[INFO] [stdout]     |         `body` will be dropped later as of Edition 2024
[INFO] [stdout] 562 |     list::List::alloc(compile::literal::begin().cast_value(), &body, obj)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 565 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `body` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/vm.rs:720:21
[INFO] [stdout]     |
[INFO] [stdout] 720 |                     code.get_constant(body_index as usize)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 723 |                 .clone()
[INFO] [stdout]     |                  ----- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:18:23
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 let v = v.reach(standalone.mut_object());
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `v` calls a custom destructor
[INFO] [stdout]     |                     `v` will be dropped later as of Edition 2024
[INFO] [stdout]  18 |                 match navi::eval::eval(&v, standalone.mut_object()) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `v` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:18:23
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 let v = v.reach(standalone.mut_object());
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `v` calls a custom destructor
[INFO] [stdout]     |                     `v` will be dropped later as of Edition 2024
[INFO] [stdout]  18 |                 match navi::eval::eval(&v, standalone.mut_object()) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/mm.rs:881:1
[INFO] [stdout]     |
[INFO] [stdout] 881 | impl Drop for Heap {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/object/fixed_size_alloc.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl<T> Drop for FixedSizeAllocator<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/vm.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Drop for VMStack {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `v` invokes this custom destructor
[INFO] [stdout]    --> src/ptr.rs:294:1
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl<T: NaviType> Drop for Cap<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s
[INFO] [stderr] crater-edition-check: navi v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking navi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]     --> src/compile.rs:1478:9
[INFO] [stdout]      |
[INFO] [stdout] 1478 |     use crate::ptr::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/object.rs:815:9
[INFO] [stdout]     |
[INFO] [stdout] 815 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ptr.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::value::{self, NaviType, TypeInfo};
[INFO] [stdout]   |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/value/tuple.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm`
[INFO] [stdout]   --> src/vm.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::object::mm;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm::ptr_to_usize`
[INFO] [stdout]   --> src/vm.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::object::mm::ptr_to_usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]     --> src/compile.rs:1478:9
[INFO] [stdout]      |
[INFO] [stdout] 1478 |     use crate::ptr::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/object.rs:815:9
[INFO] [stdout]     |
[INFO] [stdout] 815 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ptr.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::value::{self, NaviType, TypeInfo};
[INFO] [stdout]   |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::num`
[INFO] [stdout]    --> src/read.rs:388:9
[INFO] [stdout]     |
[INFO] [stdout] 388 |     use core::num;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::value::*`
[INFO] [stdout]    --> src/value/list.rs:622:9
[INFO] [stdout]     |
[INFO] [stdout] 622 |     use crate::value::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ptr::*`
[INFO] [stdout]    --> src/value/tuple.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     use crate::ptr::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm`
[INFO] [stdout]   --> src/vm.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::object::mm;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::object::mm::ptr_to_usize`
[INFO] [stdout]   --> src/vm.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::object::mm::ptr_to_usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/vm.rs:720:21
[INFO] [stdout]     |
[INFO] [stdout] 720 |                     code.get_constant(body_index as usize)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 721 |                         .cast_unchecked::<list::List>()
[INFO] [stdout]     |                                                       - temporary value is freed at the end of this statement
[INFO] [stdout] 722 |                 }
[INFO] [stdout] 723 |                 .clone()
[INFO] [stdout]     |                  ----- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `navi` (lib test) due to 1 previous error; 8 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/vm.rs:720:21
[INFO] [stdout]     |
[INFO] [stdout] 720 |                     code.get_constant(body_index as usize)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 721 |                         .cast_unchecked::<list::List>()
[INFO] [stdout]     |                                                       - temporary value is freed at the end of this statement
[INFO] [stdout] 722 |                 }
[INFO] [stdout] 723 |                 .clone()
[INFO] [stdout]     |                  ----- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `navi` (lib) due to 1 previous error; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a", kill_on_drop: false }`
[INFO] [stdout] 2b9412fd97c134f219cb8947e3d11ba1d2462ed9878d4df8b402c91123ec439a
